Anchor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the Anchor class

Definition

Namespace: Independentsoft.Office.Vml
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public Anchor(
	int leftColumn,
	int leftOffset,
	int topRow,
	int topOffset,
	int rightColumn,
	int rightOffset,
	int bottomRow,
	int bottomOffset
)

Parameters

leftColumn  Int32
 
leftOffset  Int32
 
topRow  Int32
 
topOffset  Int32
 
rightColumn  Int32
 
rightOffset  Int32
 
bottomRow  Int32
 
bottomOffset  Int32
 

See Also